home *** CD-ROM | disk | FTP | other *** search
/ Adventure Games / Adventure Games 1.iso / panic / panic.exe / panic.DXR / 00217.ls < prev    next >
Encoding:
Text File  |  1995-08-24  |  171 b   |  11 lines

  1. global gHot, gHotMask
  2.  
  3. on exitFrame
  4.   cursor([gHot, gHotMask])
  5.   startTimer()
  6.   repeat while (the timer < 200) and the mouseUp
  7.     nothing()
  8.   end repeat
  9.   cursor(-1)
  10. end
  11.